.par_a {
  padding-bottom: 6.9%;
}
.par_a #partner{
	padding-bottom: 5%;
}
.par_a .par {
  width: 19%;
  margin-right: calc(5% / 4);
  float: left;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  -moz-transition: transform .4s, -moz-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  position: relative;
  padding: 10px;
  z-index: 1;
  box-sizing: border-box;
}
.par_a .par:nth-child(5n){
	margin-right: 0;
}
.par_a .par img {
  width: 100%;
   box-shadow: 0px 0px 10px 0px rgba(83, 83, 83, 0.1);
}
.par_a .par:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 10;
}

.ser_a {
  padding-bottom: 72px;
}
.ser_a .wrap1400 {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  text-align: center;
}
.ser_b {
  background: url(../images/ser_02.jpg) no-repeat center top;
  padding: 6.25% 0 6%;
}
.ser_b .bzbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 72px;
}
.ser_b .bzbox .box {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 110px;
  color: #fff;
  font-size: 24px;
}
.ser_b .bzbox .box::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-animation: zq 5s linear infinite;
     -moz-animation: zq 5s linear infinite;
          animation: zq 5s linear infinite;
}
.ser_b .bzbox .box::after {
  content: "";
  width: 110px;
  left: 100%;
  top: 50%;
  border-top: 1px dashed #fff;
}
.ser_b .bzbox .box:last-child {
  margin-right: 0;
}
.ser_b .bzbox .box:last-child::after {
  display: none;
}
.ser_b .lntebox .box {
  width: 32.1429%;
  float: left;
  margin-right: 1.78565%;
  height: 370px;
  background-color: #f5f5f5;
  position: relative;
}
.ser_b .lntebox .box .indiv {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
.ser_b .lntebox .box .indiv .icon {
  margin-bottom: 32px;
  position: relative;
}
.ser_b .lntebox .box .indiv .tl {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ser_b .lntebox .box .indiv .te {
  max-width: 320px;
  width: 90%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin: 0 auto;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.ser_b .lntebox .box:last-child {
  margin-right: 0;
}
.ser_b .lntebox .box::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #2f318b;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}
.ser_b .lntebox .box:hover .indiv .tl {
  color: #fff;
}
.ser_b .lntebox .box:hover .indiv .te {
  color: #fff;
}
.ser_b .lntebox .box:hover::after {
  height: 100%;
}
@-webkit-keyframes zq {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes zq {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes zq {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.after_a {
  margin-bottom: 70px;
}
.after_a .wrap1400 {
  line-height: 32px;
  font-size: 16px;
  color: #888888;
  text-align: center;
}
.after_b {
  padding-bottom: 6.25%;
}
.after_b .wrap1400 .stepbox {
  margin-bottom: 85px;
}
.after_b .wrap1400 .stepbox .step {
  float: left;
  width: 25%;
  text-align: center;
}
.after_b .wrap1400 .stepbox .step .imgbox {
  width: 118px;
  height: 118px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #f5f5f5;
  position: relative;
  margin: 0 auto 24px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.after_b .wrap1400 .stepbox .step .te {
  color: #666666;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.after_b .wrap1400 .stepbox .step:hover .imgbox {
  background: #2f318b;
}
.after_b .wrap1400 .stepbox .step:hover .te {
  color: #2f318b;
}
.after_b .wrap1400 .hotbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.after_b .wrap1400 .hotbox .imgbox,
.after_b .wrap1400 .hotbox .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.after_b .wrap1400 .hotbox .textbox {
  padding: 5.75% 0 0 7.3%;
  background-color: #f5f5f5;
}
.after_b .wrap1400 .hotbox .textbox .title {
  margin-bottom: 40px;
}
.after_b .wrap1400 .hotbox .textbox .title span {
  color: #444444;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 19px;
  position: relative;
  display: inline-block;
}
.after_b .wrap1400 .hotbox .textbox .title span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dedede;
  left: 0;
  bottom: 0;
}
.after_b .wrap1400 .hotbox .textbox .title span::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #2f318b;
  left: 0;
  bottom: 0;
}
.after_b .wrap1400 .hotbox .textbox .addrbox .addr {
  line-height: 16px;
  padding-left: 25px;
  color: #666666;
  margin-bottom: 16px;
}
.after_b .wrap1400 .hotbox .textbox .addrbox .addr:nth-child(1) {
  background: url(../images/after_06.png) no-repeat left center;
}
.after_b .wrap1400 .hotbox .textbox .addrbox .addr:nth-child(2) {
  background: url(../images/after_07.png) no-repeat left center;
}
.after_b .wrap1400 .hotbox .textbox .addrbox .addr:nth-child(3) {
  background: url(../images/after_08.png) no-repeat left center;
}
.after_b .wrap1400 .hotbox .textbox .addrbox .addr:nth-child(4) {
  background: url(../images/after_09.png) no-repeat left center;
}
@media (max-width: 1440px) {
  .ser_a {
    padding-bottom: 60px;
  }
  .ser_b .bzbox {
    padding-bottom: 60px;
  }
  .ser_b .bzbox .box {
    font-size: 20px;
  }
  .ser_b .lntebox .box .indiv {
    padding-top: 68px;
  }
  .ser_b .lntebox .box .indiv .tl {
    font-size: 20px;
  }
  .after_a {
    margin-bottom: 60px;
  }
  .after_b .wrap1400 .stepbox {
    margin-bottom: 70px;
  }
  .after_b .wrap1400 .hotbox .textbox .title span {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .ser_a {
    padding-bottom: 50px;
  }
  .ser_a .wrap1400 {
    font-size: 14px;
    line-height: 26px;
  }
  .ser_b .bzbox {
    marign-bottom: 50px;
  }
  .ser_b .bzbox .box {
    font-size: 18px;
    width: 100px;
    height: 100px;
    margin-right: 80px;
  }
  .ser_b .bzbox .box::after {
    width: 80px;
  }
  .ser_b .lntebox .box .indiv .tl {
    font-size: 18px;
  }
  .after_a {
    margin-bottom: 50px;
  }
  .after_a .wrap1400 {
    font-size: 14px;
    line-height: 26px;
  }
  .after_b .wrap1400 .stepbox {
    margin-bottom: 50px;
  }
  .after_b .wrap1400 .stepbox .step .imgbox {
    width: 100px;
    height: 100px;
  }
  .after_b .wrap1400 .hotbox .textbox .title span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .par_a {
    padding-bottom: 50px;
  }
  .par_a .par-ul .par,.par_a .par:nth-child(5n){
    width: 48%;
	margin-right: 4%;
  }
  .par_a .par-ul .par:nth-child(2n){
	  margin-right: 0;
  }
  .par_a .par-ul .par:hover {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .ser_b {
    padding: 50px 0;
    background: #2f318b;
  }
  .ser_b .bzbox {
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .ser_b .bzbox .box {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ser_b .bzbox .box::after {
    display: none;
  }
  .ser_b .bzbox .box::before {
    width: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .ser_b .bzbox .box:nth-child(3) {
    margin-bottom: 0;
  }
  .ser_b .bzbox .box:last-child {
    margin-bottom: 0;
  }
  .ser_b .lntebox .box {
    width: 100%;
    margin: 0 0 20px;
    pointer-events: none;
  }
  .ser_b .lntebox .box .indiv .tl {
    font-size: 18px;
  }
  .ser_b .lntebox .box::after {
    display: none;
  }
  .after_b {
    padding-bottom: 50px;
  }
  .after_b .wrap1400 .stepbox .step .imgbox {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .after_b .wrap1400 .stepbox .step .te {
    font-size: 12px;
  }
  .after_b .wrap1400 .hotbox {
    display: block;
  }
  .after_b .wrap1400 .hotbox .imgbox,
  .after_b .wrap1400 .hotbox .textbox {
    width: 100%;
  }
  .after_b .wrap1400 .hotbox .textbox {
    padding: 30px 20px;
  }
  .after_b .wrap1400 .hotbox .textbox .title {
    margin-bottom: 20px;
  }
  .after_b .wrap1400 .hotbox .textbox .title span {
    font-size: 16px;
    padding-bottom: 14px;
  }
}
